home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Include / Python.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-18  |  122 b   |  4 lines  |  [TEXT/CWIE]

  1. /* Header file to be included by modules using new naming conventions */
  2. #define Py_USE_NEW_NAMES
  3. #include "allobjects.h"
  4.